AutoLoad Property (ClientView<T>)
In This Topic
Gets or sets a boolean value indicating whether the
client view must be loaded automatically when its data is accessed.
Syntax
'Declaration
Public Property AutoLoad As Boolean
public bool AutoLoad {get; set;}
See Also